Bitmap for WPF
Vector3 コンストラクタ(Single[])

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 > Vector3 コンストラクタ : Vector3 コンストラクタ(Single[])
The values to assign to the X, Y, and Z components of the vector. This must be an array with three elements.
Initializes a new instance of the Vector3struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public Vector3( 
   System.float[] values
)

パラメータ

values
The values to assign to the X, Y, and Z components of the vector. This must be an array with three elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than three elements.
参照

Vector3 構造体
Vector3 メンバ
オーバーロード一覧